unregisterForContextMenu

Prevents a context menu to be shown for the given view. This method will remove the OnCreateContextMenuListener on the view.

Parameters

view

The view that should stop showing a context menu.

See also